.. _`Load Image List`: .. _`syip.loadimage_list`: Load Image List ``````````````` .. image:: image_load.svg :width: 48 Loads an image from a datasource Documentation ::::::::::::: Loads a list of images from a file given a list of datasources. Definition :::::::::: Input ports ........... **source** | Type: [datasource] | Description: Source of image data. Must be a file on disk Output ports ............ **image** | Type: [image] | Description: Output image Configuration ............. **As greyscale** (as_greyscale) Transforms image to greyscale if not already such Implementation .............. .. automodule:: node_loadimage :noindex: .. class:: LoadImageList :noindex: